home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / database / tlsd119.zip / LOTTOUSE.WWO < prev    next >
Text File  |  1996-01-15  |  11KB  |  281 lines

  1.                                   OVERVIEW
  2.  
  3.  The Total Lottery System is designed for use with any lottery.
  4.  
  5.  On startup the initial setup is for the Ontario Lotto 6/49 which means
  6.  picking 6 numbers in a range of from 1 to 49.
  7.  
  8.  Program can be setup to any of the following combinations:  Pick a set of
  9.  numbers from 1 to a maximum of 10, with a range of from 1 to a maximum of
  10.  60.
  11.  
  12.  Where number input is required the program will only accept a maximum of
  13.  two digits and no other letters or characters.
  14.  
  15.  The Database holds the historical records of each winning set of numbers
  16.  drawn in the Lottery and automatically counts the amount of times each
  17.  number appears in the database.
  18.  
  19.  The counts can be viewed graphically or in a numbered grid.
  20.  
  21.  Load the Sample.LOT file from disk. It contains the records of winning
  22.  numbers from over one year's draws on Ontario Lotto 6/49, which shows
  23.  that some numbers have shown up a lot more frequently than others.
  24.  
  25.                                   MAIN MENU
  26.  
  27.                                 Pick-a-Winner
  28.  
  29.  Clicking on this button takes you to the random number generator display
  30.  screen.
  31.  
  32.                            View and Edit Database
  33.  
  34.  Clicking on this button takes you to the database display screen where
  35.  records are added, deleted or changed in a database. Shows the results of
  36.  the amount of times each number has appeared in the database.
  37.  
  38.                             Load a File from Disk
  39.  
  40.  Clicking on this button opens up the Load File dialog box. Select file
  41.  from those shown by clicking on the file and it will be loaded and
  42.  displayed using all the original settings. Only files with the extension
  43.  .LOT will be shown.
  44.  
  45.                              Save File to Disk
  46.  
  47.  Clicking on this button opens up the Save File dialog box. Type in the
  48.  name of your file and click OK. If file exists select it by double
  49.  clicking on it, then OK. File will be saved to disk. File must use the
  50.  extension .LOT
  51.  
  52.                              Print Current File
  53.  
  54.  Clicking on this button will send the complete Database list of records
  55.  and the counts in 'Distribution of numbers in Database' to your printer.
  56.  
  57.                            How to use the Program
  58.  
  59.  Clicking on this button brings up this help file. To bring it up from
  60.  anywhere in the program press the F1 key.
  61.  
  62.                                  Exit Program
  63.  
  64.  Clicking on this button will close this program. If there is a changed
  65.  database file in memory that has not been saved you will be asked if you
  66.  wish to save it.
  67.  
  68.                            USING DATABASE PROGRAM
  69.  
  70.  To Setup a new database file.
  71.  
  72.  All input boxes have a yellow background.
  73.  
  74.  In the 'Title' input box type the name of your Lottery.
  75.  
  76.  Into the 'Numbers in the lottery range from 1 to ' input box, type in the
  77.  highest number in this lottery.
  78.  
  79.  Into the 'Number of choices in the Lottery' input box, type in how
  80.  many numbers are in the winning set. The database grid will change to the
  81.  number of cells required.
  82.  
  83.  All record entries in the database take place in the top row with yellow
  84.  input boxes, above the date and column numbers.
  85.  
  86.  The input column above 'Date' will show today's date. Type in the starting
  87.  date of your data. Can be typed in as 1/1/95 and on exit will
  88.  automatically format to 01/01/1995.
  89.  
  90.  In the input columns above the numbers from 1 to number of choices, type
  91.  in the numbers in the winning set.
  92.  
  93.  Click on 'Add Record' button and the row will be saved to the database and
  94.  shown in the table below the input boxes.
  95.  
  96.  Pressing the <Enter> key after typing data in an input cell will move the
  97.  cursor on to the next input cell. Pressing <Enter> in the last input cell
  98.  moves the focus to the 'Add Record' button where pressing <Enter> again
  99.  will save the record.
  100.  
  101.  When record is saved a new date will automatically be shown which will
  102.  be 7 days after the date in the last record. This is fine for a weekly
  103.  draw but for any other frequency type over the date to that of the lottery
  104.  draw.
  105.  
  106.  The last record added is shown at the top of the database with the first
  107.  being at the end.
  108.  
  109.  Each time a record is saved the numbers are automatically counted and
  110.  shown in the 'Distribution of numbers in the Lottery' grid. Click
  111.  'Graph' button to see a graph of the numbers.
  112.  
  113.  At this point the Database File only exists in memory. To save it to disk.
  114.  'Exit to Menu' and click on 'Save a File to Disk', you will then type a
  115.  name for your file. It can only be 8 characters long and must have the
  116.  extension .LOT. Example:  MYLOTTO .LOT
  117.  
  118.  You can then retrieve the database file any time by clicking on
  119.  'Load File from Disk' and clicking on your filename.
  120.  
  121.  To print your database file click on 'Print Current File' on the
  122.  Main Menu.
  123.  
  124.                                  Add Record
  125.  
  126.  Clicking on this button will move the new record from the yellow input
  127.  boxes to the database and increase the date by one week. Automatically
  128.  recounts the numbers in the database.
  129.  
  130.                                 Correct Record
  131.  
  132.  Click this button to make changes in a record. Type the record Date
  133.  shown in the left-hand column beside the record and the record will be
  134.  shown in the input row of the database - make your changes and click
  135.  'Add Record'.
  136.  
  137.                                   Delete All
  138.  
  139.  Clicking this button will delete the datafile from memory.
  140.  
  141.                                     Graph
  142.  
  143.  Clicking this button will show the numbers in graph form. 
  144.  
  145.                                     Help
  146.  
  147.  Clicking this button will show an abbreviated help textbox. Scroll down
  148.  through it to see all the information. Button will toggle to show
  149.  'Close Help', click it to close the help textbox.
  150.  
  151.                                 USING GRAPHS
  152.  
  153.  The chart is 18 lines or blocks in height.
  154.  
  155.  The highest count in the data base is shown using the full 18 blocks with
  156.  it's number on the left side.
  157.  
  158.  Lesser counts are shown as a proportion of the highest count.
  159.  
  160.  The three rows of figures at the bottom represent the actual numbers, each
  161.  of which is directly beneath its bar representing the number of times it's
  162.  been counted.
  163.  
  164.                                Sorted - Normal
  165.  
  166.  Clicking this button will toggle the graph display between normal view of
  167.  the number count and the sorted view which displays the number count from
  168.  the smallest to the largest.
  169.  
  170.                                     Exit
  171.  
  172.  Clicking this button will close the display and take you back to the
  173.  database display.
  174.  
  175.                              USING PICK-A-WINNER
  176.  
  177.  On startup Pick-a-Winner is set for a 6/49 lottery and to pick one set of
  178.  numbers when the 'Calculate' button is clicked. This means pick one set of
  179.  6 numbers from 1 to 49.
  180.  
  181.  All numbers are randomly generated by the computer.
  182.  
  183.  The input boxes have a yellow background.
  184.  
  185.  Inputs can changed to Pick a set of numbers from 1 to a maximum of 10 with
  186.  a range of from 1 to a maximum of 60 and calculate from 1 to 10 sets of
  187.  numbers.
  188.  
  189.  In the input box 'Total number of choices in lottery ', type in the number
  190.  of picks allowed in this lottery.
  191.  
  192.  In the input box 'Numbers in the lottery range from 1 to ', type in the
  193.  highest number in this lottery.
  194.  
  195.  In the input box 'Number of forms being played', type in the number of
  196.  sets that you require.
  197.  
  198.  To use with a combination of high scoring numbers from the historical
  199.  database. type in the number of picks required to complete the set in
  200.  'Total number of choices in lottery' box.
  201.  
  202.  For example in Lotto 6/49 using three high scoring numbers plus three
  203.  picks from the random number generator to complete the set of 6 picks.
  204.  
  205.                                  Calculate
  206.  
  207.  Click on this button and numbers will to be generated and displayed.
  208.  
  209.                                  To Printer
  210.  
  211.  Click on this button to send the numbers displayed to your printer.
  212.  
  213.  
  214.                                    Help
  215.  
  216.  Clicking this button will show an abbreviated help textbox.  Button will
  217.  toggle to show 'Close Help' click it to close the help textbox.
  218.  
  219.                                 Exit to Menu
  220.  
  221.  Clicking on this button close this display screen and opens the Main Menu.
  222.  
  223.                                  COPYRIGHT
  224.               
  225.                             Total Lottery System
  226.  
  227.                                 by F. Fowler
  228.  
  229.                            105, 35 Ormskirk Avenue
  230.  
  231.                           Toronto, Ontario, M6S 1A8
  232.  
  233.  Total Lottery System Software Copyright 1995, F. Fowler
  234.  Total Lottery System Help Document Copyright c 1995, F. Fowler
  235.  
  236.  All rights reserved.
  237.  
  238.  Non-registered users are granted a limited license to use the above
  239.  mentioned software and document on a 30 day trial basis. Use, except for
  240.  this limited purpose, requires registration.
  241.  
  242.  Use of non-registered copies by any person, business or agency is strictly
  243.  prohibited.
  244.  
  245.  No user may modify either the document or software in any way whatsoever.
  246.  
  247.  The following Total Lottery System files must be in the same directory:
  248.  
  249.  TLSD.EXE     -  Main Program.
  250.  
  251.  SAMPLE.LOT   -  Sample Datafile of Lotto 6/49 results.
  252.  
  253.  DATABASE.IDX -  Database Index
  254.  
  255.  LOTTOUSE.WWO -  This help file.
  256.  
  257.                              TRY BEFORE YOU BUY
  258.  
  259.  'Try Before You Buy' software is copyrighted software that is distributed
  260.  by authors through bulletin boards, on-line services and disk vendors.
  261.  
  262.  It allows you to try the software for a 30 day trial period. If you decide
  263.  not to continue using it, please delete it. You only pay for it if you
  264.  decide it is useful. We rely on your honesty and integrity.
  265.  
  266.  You benefit because you can try out the software to determine whether it
  267.  meets your needs, before you pay for it. Unlike buying from a Store where
  268.  you have no opportunity to try it out before paying.
  269.  
  270.  Even if the person who supplied you with this software tells you that
  271.  registration is not necessary, this is not so.
  272.  
  273.  When using this 'Try Before You Buy' version of the program you will be
  274.  presented with nag messages asking you to register as I have not been paid
  275.  for this copy.
  276.  
  277.  On registering I will send you the latest Commercial Version of the
  278.  'Total Lottery System'. Without the Order Form or nag messages.
  279.  
  280.                                     End.
  281.